home *** CD-ROM | disk | FTP | other *** search
/ Diccionario Visual Trilingue / VISUAL.iso / VISUAL.EXE / VISUAL.DXR / 00076_interrupt presentation.ls < prev    next >
Encoding:
Text File  |  1997-06-23  |  146 b   |  14 lines

  1. on keyDown
  2.   gotoByPass()
  3. end
  4.  
  5. on mouseUp
  6.   gotoByPass()
  7. end
  8.  
  9. on exitFrame
  10.   if the machineType <> 256 then
  11.     puppetTransition(23)
  12.   end if
  13. end
  14.